home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / Games / tobby_ura_ura.swf / scripts / frame_69 / DoAction.as
Text File  |  2010-11-09  |  387b  |  13 lines

  1. var idName = "stg" + String(this.gStageNum);
  2. var newName = "mapMC";
  3. var depth = 1000;
  4. this.attachMovie(idName,newName,depth);
  5. this[mapMC]._x = 0;
  6. this[mapMC]._y = 0;
  7. this.attachMovie("tobby","tobbyMC",2002);
  8. this.tobbyMC._x = -100;
  9. this.attachMovie("player_stick","stickMC",2001);
  10. this.stickMC._x = -100;
  11. this.attachMovie("player_hand","handMC",2000);
  12. this.handMC._x = -100;
  13.